home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / fd2pragm.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  42 lines

  1. Short:    V2.26 creates pragma, lvo and stub files
  2. Author:   stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  3. Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  4. Version:  2.26
  5. Type:     dev/misc
  6.  
  7. This is a utility to create:
  8.   - pragma amicall/pragma libcall/pragma tagcall and pragma syscall
  9.     statements for certain C compilers
  10.   - proto files for C compilers (should be obsolete)
  11.   - offset (LVO) files for assembler programs
  12.   - stubfunctions for either tagcall functions or all library functions
  13.   - stub functions as assembler text
  14.   - these stub functions as useable link .lib file
  15.   - FD files out of pragma files
  16.   - !!! NEW !!! stubs for C++ compilers (SPECIAL 11-14 and CLIB)
  17.   - !!! NEW !!! the files with your own headers inserted
  18.  
  19. Therefore only the fd file telling the library informations is needed. The
  20. CSTUBS function and SPECIAL options 11 to 14 additionally may get the clib
  21. files given to C compilers.
  22.  
  23. !!! Special option 19 does the reverse to normal: convert pragma to FD !!!
  24.  
  25. The command template you get with FD2Pragma ? .
  26.  
  27. Calling the program seems to be (is) very difficult, but it offers you a
  28. large set of functions. A lot of options need a lot of abilities to turn
  29. them on/off!
  30.   
  31. This program is in the public domain. Use it as you want, but WITHOUT ANY
  32. WARRANTY!
  33.  
  34. Please contact me:
  35.  
  36. ***************************************************************************
  37. * snail-mail: Dirk Stoecker              * e-mail:                        *
  38. *             Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
  39. *             01877 Bischofswerda        * phone:                         *
  40. *             GERMANY                    * GERMANY 03594/706666           *
  41. ***************************************************************************
  42.